Endpoint-Post-/ Gossip/ Offers→Sdp names a function, with lambda list NIL:
Provide a new offer. Body is an SDP offer. Reply will be an offer URI.
The offer URI will be needed to retrieve the answer to your offer from whatever peer may accept it. There is no guarantee that an offer will be accepted.
This is a web service endpoint accessed by the HTTP method POST at the URI template /gossip/offers. It returns a content-type of application/sdp.
There are no URI parameters.
It will report a slow response if it takes longer than 0.03 seconds (30 milliseconds) to complete.
Defined in file src/endpoints/slash-gossip.lisp.